home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++Builder
- //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #ifndef LabelrepH
- #define LabelrepH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\QuickRep.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TLabelForm : public TForm
- {
- __published: // IDE-managed Components
- TQuickReport *Rep;
- TQRBand *QRBand1;
- TQRDBText *QRDBText1;
- TQRDBText *QRDBText2;
- TQRLabel *Addr1Label;
- TQRLabel *Addr2Label;
- TQRBand *QRBand2;
- TQRLabel *QRLabel1;
- TQRSysData *QRSysData1;
- TQRBand *QRBand3;
- TQRLabel *QRLabel2;
- TQRLabel *QRLabel3;
- TMemo *Memo1;
- void __fastcall QRBand1BeforePrint(bool &PrintBand);
- private: // User declarations
- public: // User declarations
- virtual __fastcall TLabelForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TLabelForm *LabelForm;
- //---------------------------------------------------------------------------
- #endif
-